home *** CD-ROM | disk | FTP | other *** search
/ A Virtual Reality Guide to Texas / CD.iso / texdata / trnsprtr.dir / 00502_search text field.ls < prev    next >
Encoding:
Text File  |  1998-06-17  |  112 b   |  9 lines

  1. on keyDown
  2.   if the key = RETURN then
  3.     dontPassEvent()
  4.     initializeSearch()
  5.   else
  6.     pass()
  7.   end if
  8. end
  9.